home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / alsa / cards / PMac.conf < prev    next >
Text File  |  2009-10-11  |  486b  |  38 lines

  1. #
  2. # Configuration for PMac
  3. #
  4.  
  5. <confdir:pcm/front.conf>
  6.  
  7. PMac.pcm.front.0 {
  8.     @args [ CARD ]
  9.     @args.CARD {
  10.         type string
  11.     }
  12.     type hw
  13.     card $CARD
  14. }    
  15.  
  16. # default with dmix/dsnoop
  17. PMac.pcm.default {
  18.     @args [ CARD ]
  19.     @args.CARD {
  20.         type string
  21.     }
  22.     type asym
  23.     playback.pcm {
  24.         type plug
  25.         slave.pcm {
  26.             @func concat
  27.             strings [ "dmix:CARD=" $CARD ",FORMAT=S16_BE" ]
  28.         }
  29.     }
  30.     capture.pcm {
  31.         type plug
  32.         slave.pcm {
  33.             @func concat
  34.             strings [ "dsnoop:CARD=" $CARD ",FORMAT=S16_BE" ]
  35.         }
  36.     }
  37. }
  38.